home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!news
- From: genew@mindlink.bc.ca (Gene Wirchenko)
- Newsgroups: comp.lang.c
- Subject: Re: help encryption program
- Date: Sun, 14 Jan 1996 21:32:23 GMT
- Organization: MIND LINK! - British Columbia, Canada
- Message-ID: <4dbsri$65s@fountain.mindlink.net>
- References: <4dbb0o$dbm@jaring.my>
- NNTP-Posting-Host: line242.nwm.mindlink.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- meimei@pl.jaring.my wrote:
-
- >Requirement :
- >==========
-
- >A encryption scheme is to interchange letters of the alphabet on a
- >one-to-one basis. This can be accomplished with a transalation table
- >for the 52 lowercase and uppercase letters.
-
- >Write a C program that implements such a scheme to encode text. The
- >program must also have the option to decode text thst has been
- >encoded. The user must select whether he wants to encode or decode the
- >text and then type in the appropriate text.
-
- >Can anyone solve the above problem ?
-
- But, of course. "Can you solve the problem?" is more relevant.
-
- The way I've always taught programming is trial by fire.
-
- YOU have to sweat it out yourself. If you need help, show that
- you have given it your best by posting code or your analysis so far.
- I may then deign to assist you.
-
- Please remember that it is YOUR cart stuck in the mud. If you
- can't be bothered to push, neither can I (or a lot of others).
-
- There is quite a rush to solving a difficult-for-you problem. I
- figured out one that took me about fifteen years - I smiled.
-
- Sincerely,
-
- Gene Wirchenko
-
- C Pronunciation Guide:
- y=x++; "wye equals ex plus plus semicolon"
- x=x++; "ex equals ex doublecross semicolon"
-
-